[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
        Create temporary file (INT 21h, 5Ah)

        Entry:
          AH = 5Ah
          DS:DX = pointer to ASCIZ directory path name
          CX = file attribute
        Return:
          CF = 1 if error
                     AX = Error Code if any
          DS:DX = path name

        Note: The file created is not truly "temporary".  It MUST be
              removed by the user.
              The file is sure to be unique, that is, no other files will
              be erased or altered.

See Also: Error codes
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson